DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1WrapDataCollection<S,T> Class / GetItemType Method

In This Topic
    GetItemType Method (C1WrapDataCollection<S,T>)
    In This Topic
    Get the type of the items in the collection.
    Syntax
    'Declaration
     
    Public Overrides Function GetItemType() As Type
    public override Type GetItemType()
    See Also